Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseList<T> Class / Owner Property

In This Topic
    Owner Property (BaseList<T>)
    In This Topic
    Gets the reference to the owning collection.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Owner As BaseCollection(Of T)
    protected BaseCollection<T> Owner {get;}
    See Also